home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Internal_17.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  233 b   |  19 lines

  1. global selector, currentSite
  2.  
  3. on mouseUp
  4.   if not soundBusy(2) then
  5.     playVoice(selector, currentSite)
  6.   else
  7.     sound fadeOut 2, 100
  8.     sound stop 2
  9.   end if
  10. end
  11.  
  12. on mouseWithin
  13.   cursor(280)
  14. end
  15.  
  16. on mouseLeave
  17.   cursor(-1)
  18. end
  19.